From: Chong Yidong Date: Sun, 20 Sep 2009 22:18:36 +0000 (+0000) Subject: Update commentary. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10241^2~19 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=06405684f0b908f332f41e0fb6ccf1b221d06aec;p=emacs.git Update commentary. --- diff --git a/lisp/cedet/cedet.el b/lisp/cedet/cedet.el index 4f7dfe9d5eb..3f901722123 100644 --- a/lisp/cedet/cedet.el +++ b/lisp/cedet/cedet.el @@ -27,19 +27,9 @@ ;;; Code: ;; -;; This library automatically setups your [X]Emacs to use CEDET tools. -;; -;; Add the following into your ~/.emacs startup file: -;; -;; (load-file "/cedet/common/cedet.el") -;; -;; Once loaded, you can enable additional feature. For example, -;; this will enable some basic and advance features: -;; -;; (load-file "/cedet/common/cedet.el") -;; (global-ede-mode t) -;; (semantic-load-enable-code-helpers) -;; (global-srecode-minor-mode 1) +;; This file depends on the major components of CEDET, so that you can +;; load them all by doing (require 'cedet). This is mostly for +;; compatibility with the upstream, stand-alone CEDET distribution. (eval-when-compile (require 'cl))